testing.common.barrier (field)

11 uses

	testing (current package)
		fuzz.go#L306: 				barrier:   make(chan bool),
		fuzz.go#L521: 						barrier:   make(chan bool),
		fuzz.go#L607: 			barrier:   nil, // T.Parallel has no effect when fuzzing.
		fuzz.go#L712: 			close(f.barrier)
		testing.go#L662: 	barrier  chan bool // To signal parallel subtests they may start. Nil when T.Parallel is not present (B) or not usable (when fuzzing).
		testing.go#L1673: 	if t.parent.barrier == nil {
		testing.go#L1708: 	<-t.parent.barrier // Wait for the parent test to complete.
		testing.go#L1888: 			close(t.barrier)
		testing.go#L1972: 			barrier:   make(chan bool),
		testing.go#L2032: 			barrier:    make(chan bool),
		testing.go#L2465: 					barrier:   make(chan bool),